Patch project-vc-recognizes-git test for Debian build
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 31 Jul 2023 08:26:48 +0000 (09:26 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 9 Nov 2025 19:50:49 +0000 (13:50 -0600)
test/lisp/progmodes/project-tests.el

index cbc0bd1e8b92cb819c1640606dd3af81517d8c5e..2933166cf7a7ff844426589f95241bc4b9083d87 100644 (file)
@@ -124,7 +124,7 @@ When `project-ignores' includes a name matching project dir."
          (project (project-current nil dir)))
     (should-not (null project))
     (should (string-match-p
-             "\\`test/lisp/progmodes/project-tests\\.elc?"
+             "\\`debian/build-[a-z]+/test/lisp/progmodes/project-tests\\.elc?"
              (file-relative-name
               project-tests--this-file
               (project-root project))))))